/* Unessential CSS - Just here to make this sample page prettier */
.header_sec_logo{
	
	
background:#fff;

}
.wrapper {
    margin: 0 auto;
    max-width: 1060px;
    /*padding: 1px 3em;*/
    height: 100%;
}
header {
    background-color: #0c448f;
	margin-bottom:1px;
}
header:after {
    content: " ";
    display: table;
    clear: both;
}
.brand, h1, h2, h3 {
     font-family: 'Roboto Condensed', sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
.brand {
    float: left;
    height: 80px;
}
.brand p {
    margin: 0;
}
.rm-nav {
    letter-spacing: 1px;
}
.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
    background-color: #3C97D5;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
    margin-top: 25px;
}

.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
  /*  float: right; */
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 1rem;
    font-size: 1.2em;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 48px;
    line-height: 46px;
    font-size: 16px;
}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline {
    width: 360px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 1.2;
    text-align: center;
    margin: 275px auto;
    color: #1A88D3;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

.headlf{ display:none;}


@media (max-width: 830px){

.logo_main {
    display: none;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
	padding: revert;
}

.headlf{ 
    display: block;
    width: 52%;
    float: left;
    margin-top: 3px;
}

header{
    background-color: #ffffff;
    position: fixed;
    z-index: 109;
    right: 0;
    width: 100%;
    top: 0;
}
.rm-toggle.rm-button {
    margin-top: 17px;
}

.rm-menu-item {
    position: relative;
	border: 0.5px solid #fff;
}

.m_logo{ width:100%;}

.pub_page_side_main .cnt .pub_page_side .pub_page_side_menu_list .menu_item.on, .pub_page_side_main .cnt .pub_page_side .pub_page_side_menu_list .menu_item:hover{
	
    font-weight: 700;
    color: #fff;
    background: #ee551f;
    border-color: #ee551f;
    line-height: 35px;
    width: 100%;
    padding-left: 5%;	
}

.pub_page_side_main .cnt .pub_page_main .page_news_list .news_list .news_item .intro{
	
	margin: 0  auto;
	
}

.imgbox img {
    position: inherit;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    transform: none;
}

.pub_page_side_main .cnt .pub_page_main .page_news_list .news_list .news_item .imgbox.pic {
    float: none;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.imgbox:before {
    content: "";
    display: none;
    padding: 100% 0 0;
}


.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item{
	
	float: none;
	
}

.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item{
	
	width: 100%;
    margin: 0 auto;
	
}
.pub_page_side_main .cnt .pub_page_main .page_product_list .page_product_item .pic.imgbox img{
	
	height: auto;
    width: 100%;
	
}

}



















